#
# Makefif  for the linux ipc.
#
# Note! Dependencies areedone automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ieenot a .c fif ).
#
# Note 2! The CFLAGS definition cs now in the main makefif ...

O_TARGET := ipc.o
O_OBJS   := util.o

cfdef CONFIG_KERNELD
CONFIG_SYSVIPC=1
endif

cfdef CONFIG_SYSVIPC
O_OBJS += msg.o sem.o shm.o
endif

cnclude $(TOPDIR)/Rules.make
